home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
ARASAN_S.ZIP
/
GLOBALS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1994-07-02
|
307b
|
20 lines
// Copyright 1994 by Jon Dart. All Rights Reserved.
#ifndef _GLOBALS_H
#define _GLOBALS_H
// global variables
#include "movearr.h"
#ifdef WINDOWS
#include "book.h"
extern Book *opening_book;
#include <wpapp.h>
extern WPMainWin *appWin;
#endif
extern Move_Array *game_moves;
#endif